build: Fix srcdir != builddir with wayland-client-protocol.h
authorColin Walters <walters@verbum.org>
Tue, 3 Sep 2013 21:48:30 +0000 (17:48 -0400)
committerColin Walters <walters@verbum.org>
Tue, 3 Sep 2013 21:52:38 +0000 (17:52 -0400)
commit0697cbb88c7248f6c0033a0ca9b11a74fea95753
tree2cac2d440802708328862cf16437a9da09509e24
parent68f24e7993a603de1d2244cbd7e54b62b48754af
build: Fix srcdir != builddir with wayland-client-protocol.h

In the gnome-ostree model builddir contains all generated files not in
git (unless the build system explicitly overrides that).  Here the
wayland-client-protocol.h was in $(builddir)/wayland, so we need to
find it using our already extant -I$(top_builddir)/gdk, rather than
relying on same-directory lookup.
gdk/wayland/gdkdisplay-wayland.h